This website works better with JavaScript
Home
Explore
Help
Sign In
ComputerVisionJena
/
cvargparse
Watch
8
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
added missing import
Dimitri Korsch
1 year ago
parent
b133aea2e5
commit
38b6cf25e5
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
cvargparse/argument.py
+ 1
- 0
cvargparse/argument.py
View File
@@ -1,3 +1,4 @@
+import argparse
class Argument(object):
def __init__(self, *args, **kw):