mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[meshroom] add initial version 2018.1
This commit is contained in:
parent
3129e5bff9
commit
e776d99944
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
from enum import Enum # available by default in python3. For python2: "pip install enum34"
|
__version__ = "2018.1"
|
||||||
|
|
||||||
|
from enum import Enum
|
||||||
|
|
||||||
class Backend(Enum):
|
class Backend(Enum):
|
||||||
STANDALONE = 1
|
STANDALONE = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue