Yeet everything, rebuild from scratch poggies!

This commit is contained in:
2025-12-22 17:25:23 -01:00
parent c6bd1eb669
commit d9cca721c9
17 changed files with 697 additions and 4486 deletions

17
ev2.py Normal file
View File

@@ -0,0 +1,17 @@
import logging
from utilsv2.log import logger
from utilsv2.parser import parse
def main():
pass
if __name__ == "__main__":
logger = logging.getLogger(__name__)
logger.info("Started")
parse("dados.txt")
logger.info("Ended")