Skip to content

Commit

Permalink
Module management
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored Mar 14, 2024
1 parent 315fd53 commit c897c43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from wic import *
try:
from WICPy import *
except:
from wic import *
import os.path
import msvcrt
import array
Expand Down

0 comments on commit c897c43

Please sign in to comment.