Removed dead comments

This commit is contained in:
Jamie Hardt
2024-07-01 21:30:34 -07:00
parent 2c68151db0
commit 2d236009c0
2 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
"""
mfbatch main - Command entrypoint for mfbatch
"""
# __main__.py
import os
from glob import glob

View File

@@ -1,8 +1,6 @@
"""
mfbatch commands and batchfile parser
"""
# commands.py
# mfbatch
# from string import Template
import sys