diff options
Diffstat (limited to 'graphics/asymptote/v3dtypes.py')
-rw-r--r-- | graphics/asymptote/v3dtypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/v3dtypes.py b/graphics/asymptote/v3dtypes.py index b723437fc1..5abcb046c2 100644 --- a/graphics/asymptote/v3dtypes.py +++ b/graphics/asymptote/v3dtypes.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Enum class for v3dtypes """ AUTO-GENERATED from v3dtypes.csv """ -# Generated at 2022-01-01 13:56:00.164650 +# Generated at 2022-01-06 15:01:16.518838 class v3dtypes: v3dtypes_material=1 |