attempt to import local packages
This commit is contained in:
parent
d5ea553977
commit
988d229bce
6 changed files with 32 additions and 1 deletions
11
tests/01.py
11
tests/01.py
|
@ -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
5
tests/template.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def main():
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue