3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

added all variable in __init__.py to allow importing of the whole module

This commit is contained in:
Benedikt Tutzer 2018-10-25 16:32:28 +02:00
parent 0b81629779
commit 5c59429893

View file

@ -1,3 +1,5 @@
import os
import sys
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
__all__ = ["libyosys"]