attempt to import local packages

This commit is contained in:
Joshua Flores 2025-04-25 20:32:42 -04:00
parent d5ea553977
commit 988d229bce
No known key found for this signature in database
GPG key ID: CE41E342DBBBB9B7
6 changed files with 32 additions and 1 deletions

View file

@ -0,0 +1,11 @@
#!/usr/bin/env python
from cryptopals import helper
from cryptopals import cryptopals
def main():
pass
if __name__ == '__main__':
main()

5
tests/template.py Normal file
View file

@ -0,0 +1,5 @@
def main():
pass
if __name__ == '__main__':
main()