This website works better with JavaScript.
Explore
Help
Register
Sign In
sunsocool
/
simAGV
Watch
1
Star
1
Fork
You've already forked simAGV
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28881b136b
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '28881b136b'
${ noResults }
simAGV
/
helper
/
mask.py
8 lines
118 B
Raw
Blame
History
from
enum
import
IntEnum
class
Mask
(
IntEnum
)
:
READ
=
1
CREATE
=
3
UPDATE
=
5
DELETE
=
9
CRUD
=
15
Reference in new issue
View Git Blame
Copy Permalink