Skip to content
Snippets Groups Projects

Delete old artefact in __init__.py

Merged Vincent Templier requested to merge dev into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,7 +2,7 @@ r"""
@@ -2,7 +2,7 @@ r"""
Aidge Export for CPP standalone projects
Aidge Export for CPP standalone projects
"""
"""
from .register import *
from .operators import *
from .operators import *
from collections import defaultdict
from collections import defaultdict
import aidge_core
import aidge_core
Loading